#include <dae_solver_implementation.hpp>
Public Types | |
typedef DAESolverInterface< T, I >::VectorType | VectorType |
typedef DAESolverInterface< T, I >::MatrixType | MatrixType |
typedef DAESolverInterface< T, I >::JacobianBuilder | JacobianBuilder |
typedef DAESolverInterface< T, I >::FunctionBuilder | FunctionBuilder |
typedef DAESolverInterface< T, I >::StepFunction | StepFunction |
Public Member Functions | |
DAESolverImplementation (const parallel::Communicator &comm, const int local_size, JacobianBuilder &jbuilder, FunctionBuilder &fbuilder) | |
Default constructor. | |
~DAESolverImplementation (void) | |
Destructor. |
typedef DAESolverInterface<T, I>::FunctionBuilder gridpack::math::DAESolverImplementation< T, I >::FunctionBuilder |
Reimplemented from gridpack::math::DAESolverInterface< T, I >.
typedef DAESolverInterface<T, I>::JacobianBuilder gridpack::math::DAESolverImplementation< T, I >::JacobianBuilder |
Reimplemented from gridpack::math::DAESolverInterface< T, I >.
typedef DAESolverInterface<T, I>::MatrixType gridpack::math::DAESolverImplementation< T, I >::MatrixType |
Reimplemented from gridpack::math::DAESolverInterface< T, I >.
typedef DAESolverInterface<T, I>::StepFunction gridpack::math::DAESolverImplementation< T, I >::StepFunction |
Reimplemented from gridpack::math::DAESolverInterface< T, I >.
typedef DAESolverInterface<T, I>::VectorType gridpack::math::DAESolverImplementation< T, I >::VectorType |
Reimplemented from gridpack::math::DAESolverInterface< T, I >.
gridpack::math::DAESolverImplementation< T, I >::DAESolverImplementation | ( | const parallel::Communicator & | comm, | |
const int | local_size, | |||
JacobianBuilder & | jbuilder, | |||
FunctionBuilder & | fbuilder | |||
) |
Default constructor.
References gridpack::utility::Configurable::Configurable().
gridpack::math::DAESolverImplementation< T, I >::~DAESolverImplementation | ( | void | ) |
Destructor.